home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / back_to_work.swf / scripts / DefineButton2_783 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  155 b   |  11 lines

  1. on(release){
  2.    var ss = -25;
  3.    while(ss < 0)
  4.    {
  5.       createEmptyMovieClip(ss,ss);
  6.       ss++;
  7.    }
  8.    stopsignnum = 0;
  9.    gotoAndStop(7);
  10. }
  11.